Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT Reorder unit tests to fix CI failure #74

Merged

Conversation

GuySartorelli
Copy link
Member

There seems to be some bleed-over of test config that didn't get torn down correctly from the assets unit tests which is causing a framework test to fail. The test is valid, and should pass on its own merits, so this is a valid way to resolve the CI issue for now.

Fixes https://github.com/silverstripe/recipe-core/actions/runs/2728729220

  1. SilverStripe\ORM\Tests\DataObjectTest::testTableBuiltForInjectedDataObject
    Failed asserting that two strings are identical.
    --- Expected
    +++ Actual
    @@ @@
    -'SilverStripe\ORM\Tests\DataObjectTest\InjectedDataObject'
    +'SilverStripe\ORM\Tests\DataObjectTest\OverriddenDataObject'

Parent issue

There seems to be some bleed-over of test config that didn't get torn
down correctly from the assets unit tests which is causing a framework
test to fail.
@emteknetnz emteknetnz merged commit 3525aad into silverstripe:4 Jul 28, 2022
@emteknetnz emteknetnz deleted the pulls/4/fix-ci-failure branch July 28, 2022 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants